Joachim <svenjoac@gmx.de> and Michael Berg <michaeljberg@gmail.com>.
(closes: #499568)
- -- Rob Browning <rlb@defaultvalue.org> Tue, 14 Oct 2008 21:15:42 -0700
+ * Invoke xmlstarlet from flymake as xmlstarlet rather than xml. Thanks
+ to Jussi Judin <jjudin+debian@iki.fi>. (closes: 447378)
+
+ -- Rob Browning <rlb@defaultvalue.org> Tue, 14 Oct 2008 21:22:59 -0700
emacs22 (22.2+2-3) unstable; urgency=medium
--- /dev/null
+* Emacs now invokes the correct xmlstarlet executable on Debian systems.
+ Patch: fix-flymake-xmlstarlet-invocation.diff
+ Provided-by: Jussi Judin <jjudin+debian@iki.fi>
+ Date: Sat, 20 Oct 2007 14:42:02 UTC
+ Added-by: Rob Browning <rlb@defaultvalue.org>
+ Status: Debian specific
+ Bug: 447378
+
+ Emacs invokes xmlstarlet rather than xml, which is the correct
+ executable name on Debian systems.
+
+Index: sid/lisp/progmodes/flymake.el
+===================================================================
+--- sid.orig/lisp/progmodes/flymake.el
++++ sid/lisp/progmodes/flymake.el
+@@ -1756,7 +1756,7 @@
+
+ ;;;; xml-specific init-cleanup routines
+ (defun flymake-xml-init ()
+- (list "xml" (list "val" (flymake-init-create-temp-buffer-copy 'flymake-create-temp-inplace))))
++ (list "xmlstarlet" (list "val" (flymake-init-create-temp-buffer-copy 'flymake-create-temp-inplace))))
+
+ (provide 'flymake)
+